home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / jungle_jiggy.swf / scripts / DefineSprite_151 / frame_1 / DoAction.as
Text File  |  2008-03-10  |  227b  |  16 lines

  1. function onEnterFrame()
  2. {
  3.    if(this._alpha == 0)
  4.    {
  5.       delete onPress;
  6.    }
  7.    else
  8.    {
  9.       this.onPress = function()
  10.       {
  11.          trace("black pressed");
  12.       };
  13.    }
  14. }
  15. this.useHandCursor = false;
  16.